Fix a bug in time functions when timezone is changed on Windows.
authorEli Zaretskii <eliz@gnu.org>
Mon, 18 Apr 2011 08:33:58 +0000 (11:33 +0300)
committerEli Zaretskii <eliz@gnu.org>
Mon, 18 Apr 2011 08:33:58 +0000 (11:33 +0300)
commit9e934f8a7ffa0ac3b25190fcc1b7c31bdf935da1
tree0f79a9bb448ead404e3e9fe2da5224a3a4689d6e
parenta471931046647e91254adbc33afe13c4da9c380e
Fix a bug in time functions when timezone is changed on Windows.

 src/s/ms-w32.h (localtime): Redirect to sys_localtime.
 src/w32.c: Include <time.h>.
 (sys_localtime): New function.
src/ChangeLog
src/s/ms-w32.h
src/w32.c